func github.com/coder/websocket.hijacker

2 uses

	github.com/coder/websocket (current package)
		accept.go#L128: 	hj, ok := hijacker(w)
		hijack.go#L22: func hijacker(rw http.ResponseWriter) (http.Hijacker, bool) {